body{
    margin: 0;
    font-family: 'Slabo 27px', serif;
}

.logo{
    width: 150px;
    height: 70px;
}

.header-info{
    color: rgba(0, 124, 62, 0.747);
}

.nav-center{
    margin-right: 40px;
}


.dropdown-menu{
    /* background: rgba(0, 124, 62, 0.493)!important; */
    border: none!important;
}

.dropdown-item:hover{
    color: white!important;
    background: rgba(0, 124, 62, 0.747)!important;
}

.herobox{
    height: 600px;
    background-size: cover;
    background-position: center;
}

.hero-overlay{
    background-color: rgba(0, 0, 0, 0.1);
}

.hero-overlay2{
    background-color: rgba(0, 0, 0, 0.5);
}

.page-active{
    padding: 10px 20px;
    border-radius: 7px;
    background-color:rgba(0, 124, 62, 0.747);
    color: white;
}

.services{
    color: rgba(0, 124, 62, 0.747);
}

.read-btn{
    padding: 8px 20px;
    border: 2px solid white;
    border-radius: 20px;
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.read-btn:hover{
    color: white;
}

.product-card{
    max-width: 350px;
    height: auto;
}

.product-card:hover{
    box-shadow: 0 0 6px rgb(230, 219, 219);
}

.product-header{
    color: rgba(0, 124, 62, 0.747);
}

.card-read-more{
    padding: 8px 20px;
    background-color: rgba(0, 124, 62, 0.747);
    border-radius: 20px;
    color: white;
    font-size: 15px;
    text-decoration: none;
}

.card-read-more:hover{
    color: white;
}

.section-header{
    color: rgba(0, 124, 62, 0.747);
}

.animate__animated.animate__slideInRight{
    --animate-duration: 5s;
  }

  
.new-box1{
    max-width: auto;
    height: auto;
    margin-right: 0%;
}

.new-box2{
    max-width: auto;
    height:auto;
    align-items: center;
}

.tax-header{
    color: rgba(0, 124, 62, 0.747);
}

.contact-form{
    padding: 8px 30px;
    background-color: white;
    border-radius: 5px;
    border: none;
}


.contact-form-message{
    padding: 10px 39px;
    background-color: white;
    border-radius: 5px;
    border: none;
}

.contact-form-submit{
    padding: 8px 92px;
    background-color: rgba(0, 124, 62, 0.747);
    border-radius: 5px;
    color: white;
    border: none;
}

.footer-services{
    color: white;
    text-decoration: none;
}

.footer-services:hover{
    color: rgba(0, 124, 62, 0.747);
}

.footer-socials{
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 100px;
    display: inline-block;
}

.footer-socials:hover{
    background-color: rgba(0, 124, 62, 0.747);
    border: 1px solid rgba(0, 124, 62, 0.747);
}

.fa-facebook-f{
    color: white;
}

.fa-instagram{
    color: white;
}

.fa-twitter{
    color: white;
}

.fa-whatsapp{
    color: white;
}

.fa-linkedin{
    color: white;
}

.footer-rights{
    width: auto;
    height: auto;
    align-items: center;
    background-color: #222;
    color: white;
    padding-top: 15px;
}
